enregistrement
Day-ahead nominated capacity - by border
Modèle de données
Cliquez pour déplier Cliquez pour replier
Schéma JSON
L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.
{
- "title":"ods020",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/ods020"
}
] - "definitions":{
- "ods020":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/ods020_records"
}
}
} - "records":
} - "properties":
- "ods020_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "datetime":,{
- "type":"string",
- "format":"date-time",
- "title":"Datetime",
- "description":"Time at which the interval starts."
} - "resolutioncode":,{
- "type":"string",
- "title":"Resolution code",
- "description":"Length of the time interval expressed in compliance with ISO 8601."
} - "import_value":,{
- "type":"number",
- "title":"Import to Belgium",
- "description":"The amount of allocated cross-border capacity (in MW) that has been scheduled to be imported into Belgium at a border based on day-ahead nominated capacities.",
- "unit":"MW"
} - "export_value":,{
- "type":"number",
- "title":"Export from Belgium",
- "description":"The amount of allocated cross-border capacity (in MW) that has been scheduled to be exported from Belgium at a border based on day-ahead nominated capacities.",
- "unit":"MW"
} - "country":{
- "type":"string",
- "title":"Country",
- "description":"The name of the country. "
}
} - "datetime":
}
} - "fields":
} - "properties":
} - "ods020":
}